Skip to content

)}

ScheduledItem(TAbsolute, IComparer) constructor

Defined in

Type: ScheduledItem Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll

Applies to

netstandard2.0

protected ScheduledItem(TAbsolute dueTime, IComparer<TAbsolute> comparer)

Summary: Creates a new scheduled work item to run at the specified time.

Parameters

NameTypeDescription
dueTimeTAbsoluteAbsolute time at which the work item has to be executed.
comparerIComparerComparer used to compare work items based on their scheduled time.

Exceptions

TypeCondition
System.ArgumentNullExceptioncomparer is null.